Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.ecm.core.schema.TypeService--listeners

This contribution is part of XML component org.nuxeo.ecm.core.schema.TypeService inside nuxeo-core-schema-7.10-HF05.jar /OSGI-INF/SchemaService.xml

Extension Point

Extension point listeners of component EventService.

Contributed Items

  • <listener class="org.nuxeo.ecm.core.schema.FlushPendingsRegistrationOnReloadListener">
          <topic>org.nuxeo.runtime.reload</topic>
        </listener>

XML Source

<extension point="listeners" target="org.nuxeo.runtime.EventService">
    <listener class="org.nuxeo.ecm.core.schema.FlushPendingsRegistrationOnReloadListener">
      <topic>org.nuxeo.runtime.reload</topic>
    </listener>
  </extension>